home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / misc / MIOHandler.lha / mio-handler-1.0 / ReadMe < prev    next >
Text File  |  1995-05-12  |  2KB  |  49 lines

  1.     MIO V1.0 © 1995 Peter Westerström.
  2.     
  3.     MIO.c - Multiple input/output device
  4.     ------------------------------------
  5.  
  6.     Requirements: WB2.0 or higher (V37)
  7.  
  8.     Output to one or several files
  9.     Input from several files
  10.  
  11.     Example:
  12.       copy s:klas MIO:ram:s1,ram:s2,con://///WAIT
  13.       - Copy the file s:klas to the files MIO:ram:s1, ram:s2 and con:
  14.  
  15.       copy MIO:s:klas,* con://///WAIT
  16.       - First copy the file s:klas and then the standardinput to con:
  17.  
  18.    This is useful when you want to see what a program outputs and
  19.    saving the output to a file for later use...
  20.  
  21.  
  22.   Problems/To do:
  23.    · The * is in some shells used as a wildcard, that causes some problems.
  24.    · Maybe an enviroment variable to tell if always send to standard-out or not.
  25.    · Maybe an enviroment to set default in/out files.
  26.    · There is a limit of 256 bytes for the whole path after MIO:
  27.    · Max 10 files (9 commas)
  28.  
  29.   History:
  30.    1.0 First version made.
  31.  
  32.   IMPORTANT:
  33.    This product is freely distributable unchanged.  It can be included
  34.    in any non-profit shareware or similar program package without specific
  35.    permission from the author.
  36.    The program is provided AS IS, without waranty of any kind, all use is
  37.    at YOUR OWN RISK.  Author is not responsible for ANY data lost or damaged
  38.    by this software.
  39.  
  40.   =========================================================================
  41.    Normally you reach me at:
  42.     SNAILMAIL: Peter Westerström, Älgstigen 29b, S-433 50 Partille, Sweden
  43.     PHONE:     +46-(0)31-987645 (in summer (July) use +46-(0)496-40389 )
  44.     EMAIL:     md3peter@mdstud.chalmers.se
  45.     Or leave a message on Rage's BBS "Dagcentral 90210" to Digimatic.
  46.    RAGE's homepage http://www.dtek.chalmers.se/~d3dick/rage.html
  47.   =========================================================================
  48.  
  49.